Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

안내면진다 버튼 문제 해결 (중복 추첨) #667

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

cys4585
Copy link
Contributor

@cys4585 cys4585 commented Oct 16, 2024

PR의 목적이 무엇인가요?

안내면진다 버튼 문제 해결

이슈 ID는 무엇인가요?

설명

  • 안내면진다 결과 확인 따닥 문제 해결
    • useRef로 true false 값 관리
    • true면 disabled, false면 enabled 처리
    • button click해서 mutateAsync로 비동기 API 대기 및 ref를 true로 변경, mutateAsync 끝나면 ref를 false로 변경
    • mutate가 invalidate하는 query가 isFetching일 때도 disabled 처리 (새로운 데이터를 얻어오고 나서 enabled 처리)
  • 참여자 없을 때 버튼 비활성화

질문 혹은 공유 사항 (Optional)

@cys4585 cys4585 added FE 프론트엔드 관련 이슈입니다. 🚑 버그 fix (develop에서 파생된 문제) labels Oct 16, 2024
@cys4585 cys4585 self-assigned this Oct 16, 2024
Copy link
Contributor

@ss0526100 ss0526100 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생햇슴니다~~

@ss0526100 ss0526100 merged commit ce3117c into develop-frontend Oct 17, 2024
1 check passed
@ss0526100 ss0526100 deleted the fix/#656 branch October 17, 2024 06:54
@cys4585 cys4585 changed the title 안내면진다 버튼 문제 해결 안내면진다 버튼 문제 해결 (중복 추첨) Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 관련 이슈입니다. 🚑 버그 fix (develop에서 파생된 문제)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants